How to convert OpenOffice Draw to HTML5 format using PHP?


With Print2Html5 it is easy to convert any OpenOffice Draw documents to HTML5 format using PHP. To convert OpenOffice Draw documents to HTML5 programmatically, you may use Print2Html5 OLE Automation API. You may get a sample demonstrating how to use Automation API for converting with PHP from Print2Html5 SDK. You may use this sample to build your own website or application for converting OpenOffice Draw documents to HTML5.

To accomplish this, you need:
  1. Download and install Commercial Edition of Print2Html5 from the Download page.
  2. Download Print2Html5 SDK archive from the same Download page.
  3. Unpack SDK archive to disk to a separate folder.
  4. Open Automation\PHP\DirectConversion folder of the SDK and follow sample installation and usage instructions located in the ReadMe.htm file from this folder.